type net/http.http2writeSettings

4 uses

	net/http (current package)
		h2_bundle.go#L4986: 	settings := http2writeSettings{
		h2_bundle.go#L11056: type http2writeSettings []http2Setting
		h2_bundle.go#L11058: func (s http2writeSettings) staysWithinBuffer(max int) bool {
		h2_bundle.go#L11064: func (s http2writeSettings) writeFrame(ctx http2writeContext) error {